home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / fish_100.zip / FISH < prev    next >
Text File  |  1992-01-01  |  1KB  |  56 lines

  1. REM Fish will work using either pcboard.sys, door.sys, callinfo.bbs
  2. REM (WILDCAT!), or dorinfox.sys (RBBS) whichever you prefer or are running.
  3. REM Modify this file as necessary.
  4. REM
  5. REM Optional is the PORT:XXXX:X cmd whereas you can change the
  6. REM comport base address and IRQ if needed OR use a FOSSIL driver
  7. REM by using PORT:F:1, where the 1 is the port to use.  F tells Fish
  8. REM a Fossil driver is to be used.
  9. REM
  10. REM  fish c:\pcb\pcboard.sys PORT:03E8:5 uses port 03F8 and IRQ 5
  11. REM  fish c:\rbbs\dorinfo1.def port:f:1 <- use fossil driver
  12. REM
  13.  
  14. c:
  15. cd \pcb\doors\fish
  16. fish c:\pcb\pcboard.sys
  17. c:
  18. cd \pcb
  19. board
  20.  
  21. ------------  OR FOR DOOR.SYS & GAP SYSTEMS------------------------
  22.  
  23. c:
  24. cd \pcb\doors\fish
  25. fish c:\pcb\door.sys
  26. c:
  27. cd \pcb
  28. board
  29.  
  30. ------------  OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ---------
  31.  
  32. c:
  33. cd \rbbs\doors\fish
  34. fish c:\rbbs\dorinfo1.def
  35. c:
  36. cd \rbbs
  37. rbbs
  38.  
  39. ------------  OR  FOR WILDCAT Systems ------------------------
  40.  
  41. c:
  42. cd \wc\doors\fish
  43. fish c:\wc\callinfo.bbs
  44. c:
  45. cd \wc
  46. wildcat!
  47.  
  48. ------------  OR  FOR ANY BBS System  ------------------------
  49.  
  50. c:
  51. cd \doors\fish
  52. fish generic.sys
  53. c:
  54. cd \bbs
  55. board
  56.